projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ebe15
)
Auto-commit of generated files.
author
Glenn Morris
<rgm@gnu.org>
Tue, 23 Jul 2013 10:17:48 +0000
(06:17 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 23 Jul 2013 10:17:48 +0000
(06:17 -0400)
autogen/config.in
patch
|
blob
|
history
autogen/configure
patch
|
blob
|
history
diff --git
a/autogen/config.in
b/autogen/config.in
index 3fe82ce0f92716ae56f462bf3734eb76eef8058e..5c5b2dfdbca089ea9225c31d549755fba14cdbb5 100644
(file)
--- a/
autogen/config.in
+++ b/
autogen/config.in
@@
-1468,6
+1468,9
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if using the Motif X toolkit. */
#undef USE_MOTIF
+/* Define to 1 if you use ncurses. */
+#undef USE_NCURSES
+
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
diff --git
a/autogen/configure
b/autogen/configure
index 5c02e0d4ecbea6a07d25aee77ec9fbcfc29e54a0..73f92d98d08ca5d23c7d7770aa3fe9b4149f36e5 100755
(executable)
--- a/
autogen/configure
+++ b/
autogen/configure
@@
-15022,6
+15022,11
@@
$as_echo "#define TERMINFO 1" >>confdefs.h
TERMCAP_OBJ=terminfo.o
fi
+if test "X$LIBS_TERMCAP" = "X-lncurses"; then
+
+$as_echo "#define USE_NCURSES 1" >>confdefs.h
+
+fi